<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #9c9d9d;
    transition: 0.3s all;
}

a:hover {
    color: #9c9d9d;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    min-width: 1200px;
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 35px;
    color: #9c9d9d;
    background-color: #242529;
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 0%;
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* CSS Header */

#banner_box_w {
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 170px;
    position: absolute;
    z-index: 9;
}

.header .top {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0 0 0;
}

.header .logo big {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.header .logo small {
    font-size: 14px;
    color: #fff;
    display: block;
}

.header .top_link {
    position: absolute;
    right: 0;
    top: 40px;
}

.header .top_link .links {}

.header .top_link .links .ce {
    position: relative;
    font-size: 14px;
    color: #01142d;
    padding: 0 0px 0 20px;
    border-radius: 30px;
    background: #ff7800;
}

.header .top_link .links .ce .cn_en {
    position: absolute;
    top: 36px;
    left: 0;
    text-align: center;
    color: #fff;
    display: none;
    width: 100%;
    line-height: 30px;
    z-index: 999;
}


.header .top_link .links .ce:hover .cn_en {
    display: block;
}

.header .top_link .links .ce:hover .cn_en li a {
    background: #ff7800;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 20px;
    margin-bottom: 1px;
    color: #01142d;
}

.header .top_link .links .ce:hover .cn_en li a:hover {
    background: #000;
    color: #fff;
}




.header .top_link .tel {
    color: #ffffff;
    font-size: 14px;
}

.header .top_link .tel big {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.page_banner {
    width: 100%;
    height: 333px;
    position: relative;
}

#menu {
    width: 100%;
    height: 58px;
    overflow: hidden;
}

#menu .bg {
    width: 50%;
    height: 58px;
}

#menu ul {
    width: 1200px;
    height: 58px;
    margin: 0 auto;
}

#menu li {
    width: 10%;
    height: 58px;
    text-align: center;
    line-height: 58px;
    float: left;
    position: relative;
    transition: 0.4s all
}

#menu li a {
    font-size: 18px;
    color: #fff;
    display: block;
}

#menu li a:hover,
#menu li a.current {
    font-weight: bold;
}


.ftype {
    width: 1198px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    text-align: left;
    border: 1px #d6d6d6 solid;
    left: 360px;
    bottom: 0;
    background: #fff;
    position: absolute;
    z-index: 999
}

.ftype a {
    padding: 0 24px;
    height: 60px;
    display: inline-block;
    margin-top: -1px;
    color: #9c9d9d;
}

.ftype a:hover {
    background: #9c9d9d;
    color: #fff
}



/* CSS Footer */

.foot {
    width: 100%;
    background: #292929
}

.foot .mid {
    width: 1200px;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #a5a5a5;
    line-height: 25px;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.foot .mid a {
    color: #a5a5a5;
}

.foot .mid a:hover {
    color: #9c9d9d;
}

.foot .ftmenu a {
    padding: 0 10px
}



/* CSS Main */

#wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
    background: url(../images/in_mid_bg.jpg) center top no-repeat;
}

#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.intitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.intitle span {
    height: 40px;
    font-size: 26px;
    color: #9c9d9d;
    font-weight: bold;
    padding-left: 29px;
    background: url(../images/line.jpg) left center no-repeat;
    display: inline-block;
}

.intitle .more {
    width: 25px;
    height: 25px;
    right: 0;
    top: 12px;
    text-indent: 100px;
    background: url(../images/more.png) center no-repeat;
    overflow: hidden;
    position: absolute;
    transition: 0.4s all
}

.intitle .more:hover {
    background: url(../images/moreh.png) center no-repeat;
    transform: rotate(360deg);
}

.intitle .intel {
    right: 0;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #73767b;
    position: absolute;
}

.intitle .in_type {
    width: 750px;
    overflow: hidden;
}

.intitle .in_type a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px; 
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.index01 {
    width: 1200px;
    height: 815px;
    overflow: hidden;
    margin: 0 auto;
}

.index02 {
    width: 100%;
    height: 357px;
    position: relative;
}

.index02 .bg {
    width: 100%;
    height: 218px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

.index02 .mid {
    width: 1200px;
    height: 356px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.index02 .intitle0 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.index02 .intitle0 span {
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #73767b;
    padding-left: 29px;
    background: url(../images/line.jpg) left center no-repeat;
    display: inline-block;
}

.index02 .intitle0 .more {
    color: #73767b;
    right: 0;
    top: 4px;
    position: absolute;
}

.index02 .intitle0 .more:hover {
    color: #ff0;
    text-decoration: underline;
}

.index02 .left {
    width: 782px;
    padding-top: 58px;
}

.index02 .left p {
    height: 90px;
    font-size: 14px;
    color: #9c9d9d;
    line-height: 28px;
    padding-top: 19px;
    overflow: hidden;
}

.index02 .left .intromenu {
    width: 640px;
    height: 59px;
    left: 0;
    top: 239px;
    position: absolute;
}

.index02 .left .intromenu li {
    width: 142px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
    margin-right: 16px;
    transition: 0.4s all
}

.index02 .left .intromenu li a {
    font-size: 20px;
    color: #73767b;
    border: 3px solid #37383a;
    display: block;
}

.index02 .left .intromenu li:hover a {
    background: #ff7800;
    border: 3px solid #ff7800;
    color: #1e1f25;
    font-size: 20px;
    font-weight: bold;
}

.index02 .right {
    width: 385px;
    height: 242px;
    margin-top: 45px;
}

.index03 {
    width: 1200px;
    height: 328px;
    padding-top: 65px;
    overflow: hidden;
    margin: 0 auto
}

.index04 {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.index04 .intitle { margin-bottom: 30px; }

.index04 .inleft{
    width: 460px;
    float: left;
}

.index04 .inmid {
    width: 350px;
    float: left;
    margin: 0 39px; 
}

.index04 .news00 {
    height: 140px;
}

.index04 .news00 li {
    width: 100%;
    height: 97px;
    line-height: 97px;
    overflow: hidden;
}

.index04 .news00 li a {
    width: 100%;
    height: 97px;
    display: block;
}

.index04 .news00 li a .img {
    width: 163px;
    height: 97px;
    float: left;
}

.index04 .news00 li a .cont {
    width: 270px;
    height: 97px;
    float: right;
}

.index04 .news00 li a .cont .title {
    height: 25px;
    line-height: 25px;
    color: #9c9d9d;
    font-size: 16px;
    font-weight: bold;
}

.index04 .news00 li a .cont .desc {
    height: 42px;
    margin: 4px 0;
    overflow: hidden;
    line-height: 21px;
    color: #666666;
    font-size: 14px;
}

.index04 .news00 li a .cont .zs {
    height: 22px;
    line-height: 22px;
    color: #9c9d9d;
    font-size: 14px;
}

.index04 .news00 li a .cont .zs span {
    color: #9c9d9d;
    font-size: 14px;
    font-weight: bold;
}


.index04 .inmid .news01 {
    height: 92px;
    line-height: 21px;
    color: #999999;
    font-size: 14px;
}

.index04 .inmid .news01 a {
    font-size: 16px;
    color: #9c9d9d;
    display: block;
    height: 22px;
    padding-bottom: 9px;
    overflow: hidden;
}

.index04 .inmid .news01 a:hover {
    color: #9c9d9d;
    padding-left: 5px
}

.index04 .inmid .news02 {
    height: 140px;
}

.index04 .inmid .news02 li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.index04 .inmid .news02 li a {
    font-size: 15px;
    color: #9c9d9d;
}

.index04 .inmid .news02 li a:hover {
    color: #9c9d9d;
    padding-left: 5px
}

.index04 .right {
    width: 262px;
    height: 182px;
    padding: 10px 25px;
    background: #ff891f;
    position: relative;
    overflow: hidden;
    float: right;
}

.index04 .right p {
    line-height: 30px;
    color: #323232;
    font-size: 15px;
}

.index04 .right p big {
    font-size: 22px;
    display: block;
    color: #323232;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.index04 .right p b {
    font-size: 22px;
    color: #323232;
    font-weight: bold;
}

.index04 .right p a {
    color: #323232;
}


.index04 .right .lbt {
    width: 130px;
    height: 33px;
    background: #fff;
    font-size: 16px;
    color: #9c9d9d;
    text-align: center;
    line-height: 33px;
    left: 66px;
    position: absolute;
    display: block;
}

.index04 .right .lbt:hover {
    background: #d91e1f;
    color: #fff
}

.a-fadeinL,
.a-fadeinR,
.a-fadeinT,
.a-fadeinB {
    -webkit-animation: 2s ease-out backwards;
    -moz-animation: 2s ease-in-out backwards;
    -ms-animation: 2s ease-in backwards;
    animation: 2s ease backwards;
    animation-duration: 2s;
}

.a-fadeinL {
    -webkit-animation-name: fadeinL;
    -moz-animation-name: fadeinL;
    -ms-animation-name: fadeinL;
    animation-name: fadeinL;
}

.a-fadeinR {
    -webkit-animation-name: fadeinR;
    -moz-animation-name: fadeinR;
    -ms-animation-name: fadeinR;
    animation-name: fadeinR;
}

.a-fadeinT {
    -webkit-animation-name: fadeinT;
    -moz-animation-name: fadeinT;
    -ms-animation-name: fadeinT;
    animation-name: fadeinT;
}

.a-fadeinB {
    -webkit-animation-name: fadeinB;
    -moz-animation-name: fadeinB;
    -ms-animation-name: fadeinB;
    animation-name: fadeinB;
}

@-webkit-keyframes fadeinL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinL {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinL {
    0% {
        opacity: 0;
        -ms-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinL {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeinR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinR {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes fadeinR {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeinT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeinT {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes fadeinT {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes fadeinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeinB {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes fadeinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*left*/

#left {
    width: 273px;
    height: auto;
    float: left;
    position: relative;
    background: #000000;
}

#left_01 {
    width: 100%;
    height: 84px;
    line-height: 84px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    
}

#left_02 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#left_02 li {
    width: 100%;
    margin-bottom: 5px;
}

#left_02 li.nav a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    transition: 0.6s all;
    text-align: center;
    background: #efefef;
    height: 40px;
    line-height: 40px;
}

#left_02 li.sub { width: 50%; float: left; }
#left_02 li.sub a {
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.6s all;
    text-align: left;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    margin: 3px 0; 
}

#left_02 li.nav a:hover {
    color: #fff;
    background: #ff7800;
}

#left_02 li.sub a:hover {
    color: #fff;
    background: #ad4500;
}

#left_02 li b {
    font-size: 14px;
    padding-right: 15px;
    color: #9c9d9d
}

#left_03 {
    width: 100%;
    background: #ff7800;
    margin-top: 20px;
    position: relative;
    text-align: center;
    padding: 30px 0; 
}


#left_03 li {
    color: #323232;
    font-size: 15px;
    line-height: 30px;
}

#left_03 li big {
    font-size: 22px;
    font-weight: bold;
}

#left_03 li b {
    font-size: 20px;
}


/* CSS 详情页 */

#cpbox01 {
    width: 100%;
    height: 420px;
}

#cp_img {
    width: 400px;
    height: 400px;
    border: 1px #ebebeb solid;
    float: left;
}

#cp_img img {
    width: 400px;
    height: 400px;
}

#cp_detail {
    width: 405px;
    height: 400px;
    float: right;
    overflow: hidden;
    position: relative;
}

#cp_txt {
    width: 100%;
    height: 240px;
    color: #9c9d9d;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}

#cp_txt span {
    color: #9c9d9d;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 23px;
    display: block;
}

#cp_txt b {}

#cp_btn {
    width: 345px;
    height: 40px;
    left: 0;
    top: 200px;
    position: absolute;
}

#btn01 {
    width: 120px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    background: #9c9d9d;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#btn01:hover {
    background: #e3475a;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

#btn02 {
    width: 120px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    background: #e3475a;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    margin-left: 23px;
}

#btn02:hover {
    background: #9c9d9d;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

#cp_lx {
    height: 44px;
    line-height: 44px;
    padding-left: 40px;
    background: url(../images/i-tel.png) left center no-repeat;
    left: 0;
    top: 244px;
    position: absolute;
}

#cp_fx {
    width: 345px;
    height: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
}

#cp_lx span {
    color: #9c9d9d;
    font-weight: bold;
    font-size: 24px;
    font-family: Georgia, serif, verdana
}

#pro_t {
    width: 100%;
    height: 44px;
    background: #f1f1f1;
    line-height: 44px;
}

#pro_t span {
    width: 150px;
    height: 44px;
    color: #fff;
    text-align: center;
    float: left;
    background: #9c9d9d;
    font-size: 18px;
}

#pro_txt {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

#pro_txt table {
    width: 100%;
    background-color: #fff;
    color: #000;
}
}

#pro_txt table td {
    padding: 0 10px;
    color:#000;
}

#order_t {
    width: 100%;
    height: 38px;
    margin-top: 15px;
}

#order_t span {
    width: 136px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
    color: #fff;
    background: #1fa1db;
    font-size: 16px;
}

#tuijian {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

#cply {
    width: 100%;
    height: 500px;
}


/* CSS Ziye */

#right {
    width: 900px;
    height: auto;
    min-height: 800px;
    float: right;
    overflow: hidden;
}

#right_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto
}

#title_left {
    color: #fff;
    font-size: 26px;
    float: left;
    font-weight: bold;
}

#title_left span {
    font-size: 20px;
    text-transform: uppercase;
    color: #73767b;
    padding-left: 14px;
    padding-right: 99px;
    background: url(../images/line2.jpg) right center no-repeat;
}

#title_right {
    padding-right: 20px;
    font-size: 14px;
    float: right;
}

#right_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 15px;
}

#right_bottom {
    width: 100%;
    height: 23px;
}

#page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
    color: #575656;
    font-size: 14px;
    clear: both;
}

#page a {
    color: #555555;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
}

#page a:hover {
    color: #fff;
    background: #f00;
}

#page .current {
    padding: 0 8px;
    color: #fff;
    background: #f00;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
}

#newTitle {
    width: 100%;
    line-height: 60px;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 0 auto;
}

#productTitle {
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}

#newsInfo {
    width: 100%;
    height: 40px;
    color: #a9aaa9;
    font-size: 12px;
    border-bottom: 1px #d5d3d3 dashed;
    text-align: center;
    margin: 0 auto 20px;
}

.newsinfoleft {
    padding-left: 30px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

#infoImage img {
    max-width: 900px;
}

#newsContent {
    width: 100%;
    margin: 0 auto;
    line-height: 34px;
    font-size: 15px;
    color: #9c9d9d
}

#newsContent img {
    display: block;
    max-width: 900px;
    margin: 3px auto;
}

#newsContent video {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto; 
}



#indexNews {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#indexNews li {
    width: 100%;
    height: 105px;
    font-size: 14px;
    color: #9c9d9d;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px #b7b7b7 dashed;
    overflow: hidden;
    position: relative;
}

#indexNews li img {
    width: 140px;
    height: 105px;
    padding-right: 20px;
    float: left;
}

.detail {
    width: 720px;
    height: 105px;
    float: right;
}

.detail span {
    height: 40px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    display: block;
    transition: 0.4s all
}

.detail span:hover {
    margin-left: 5px;
    color: #9c9d9d
}

.ntime {
    position: absolute;
    top: 20px;
    right: 8px;
    color: #999999;
}

#picUL {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#picUL li {
    width: 206px;
    height: 220px;
    border: 1px #d4d4d4 solid;
    margin: 8px 7px;
    float: left;
}

#picUL li .pic_01 {
    width: 206px;
    height: 155px;
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
    text-align: center;
}

#picUL li .pic_01 img {
    max-width: 206px;
    height: 155px;
    transition: 0.4s all
}

#picUL li .pic_01:hover img {
    transform: scale(1.08);
}

#picUL li .pic_02 {
    width: 190px;
    height: 90px;
    line-height: 22px;
    color: #818181;
    font-size: 14px;
    margin: 0 auto;
}

#picUL li .pic_02 span {
    padding-left: 12px;
    line-height: 34px;
    height: 34px;
    background: url(../images/line.jpg) left center no-repeat;
    font-size: 15px;
    color: #31313d;
    display: block;
}

#piclist {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#piclist li {
    height: 252px;
    width: 282px;
    float: left;
    padding: 2px;
    background: #F6F6F6;
    margin: 6px;
    border: 1px #e4e4e4 solid;
    text-align: center;
    overflow: hidden;
    transition: 0.5s all;
}

#piclist li:hover {
    background: #9c9d9d;
    border: 1px #9c9d9d solid;
}

#piclist li .pic_01 {
    width: 280px;
    height: 210px;
    background: #fff;
    border: 1px #fff solid;
    text-align: center;
    overflow: hidden;
}

#piclist li .pic_01 img {
    max-width: 280px;
    height: 210px;
    vertical-align: middle;
}

#piclist li .pic_01 video {
    width: 100%;
    height: auto;
}


#piclist li .pic_01 span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#piclist li .pic_02 {
    width: 220px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto
}

#piclist li a {
    color: #000
}

#piclist li:hover a {
    color: #fff
}

.proUl li {
    float: left;
    margin: 6px; 
    text-align: center;
    width: 288px;
    height: 301px;
    border: 5px solid #5f6063;
    box-sizing: border-box;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.proUl li .box {
    width: 100%;
    height: 291px;
    display: block;
    background: #fff;
    text-align: center;
}


.proUl li .img {
    width: 100%;
    height: 191px;
    overflow: hidden;
}

.proUl li .box .img a img {
    transition: all 0.3s;
}

.proUl li .box .img a:hover img {
    transform: scale(1.1);
}

.proUl li .box .img a:hover {
    text-decoration: underline;
}


.proUl li img {
    max-width: 100%;
    height: 191px;
}

.proUl li .title {
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px;
    color: #666666;
}

.proUl li .bt {
    border-top: 1px solid #d4d4d4;
    line-height: 49px;
}

.proUl li .bt a {
	/*background:#ff7800;*/
       background: #45464a;

	color: #fff;
    width: 50%;
    height: 50px;
    display: block;
    float: left;
    transition: all 0.3s;
}

.proUl li .bt a:nth-child(1) {
    border-right: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.proUl li .bt a:hover {
    transform: scale(1.1);
    background:#ff7800;
}


.recruitcon {
    width: 895px;
    height: 173px;
}

.recruitpic {
    width: 132px;
    height: 153px;
    float: left;
}

.recruitconc {
    width: 470px;
    height: 143px;
    padding-left: 50px;
    padding-top: 5px;
    float: left;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.apply {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #005ca7;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
}

.apply:hover {
    background: #ff9904;
    transition: 0.5s all;
}

.xxsmys {
    width: 895px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #005ca7 solid;
}

.xxsmwz {
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #005ca7;
}



/*订单*/

.formys {
    width: 800px;
    height: auto;
    padding-left: 40px;
}

.formmcys {
    float: left;
}

.cpmcys {
    width: 400px;
    height: 34px;
    border: 1px solid #d2d4d6;
    font-family: "微软雅黑";
    color: #555555;
    background: #f9f9f9;
    font-size: 14px;
}

.formbz {
    float: left;
}

.G_InputText {
    width: 400px;
    height: 30px;
    border: 1px solid #d2d4d6;
    background: #f9f9f9;
}

.G_textarea {
    width: 400px;
    height: 100px;
    border: 1px solid #dedede;
    background: #f9f9f9;
}

.G_ul {
    width: 100%;
}

.borderLi {
    width: 100%;
    height: auto;
    padding-top: 10px;
}</pre></body></html>